Contribution org.nuxeo.ecm.platform.picture.actions--actions
In component org.nuxeo.ecm.platform.picture.actions
org.nuxeo.ecm.platform.picture.actions
inside nuxeo-platform-imaging-jsf-7.10.jar /OSGI-INF/actions-contrib.xml
This contribution is part of XML component Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<action id="triggerContentViewSlideshow" label="label.contentview.trigger.slideshow" order="70" type="template">
<category>CONTENT_VIEW_ACTIONS</category>
<properties>
<property name="template">
/incl/action/content_view_slideshow.xhtml
</property>
</properties>
<filter-id>contentViewShowSlideshow</filter-id>
</action>
<action icon="/icons/page_rotateleft.gif" id="pictureRotate90left" label="action.picture.rotateLeft" link="#{pictureManager.rotate90left}" order="100" type="link">
<category>IMAGE_PROCESSING</category>
<filter-id>hasPictureFacet</filter-id>
</action>
<action icon="/icons/page_rotateright.gif" id="pictureRotate90right" label="action.picture.rotateRight" link="#{pictureManager.rotate90right}" order="200" type="link">
<category>IMAGE_PROCESSING</category>
<filter-id>hasPictureFacet</filter-id>
</action>
</extension>